projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e353c
)
microblaze: Do not print eth device when DM_ETH is enabled
author
Michal Simek
<
[email protected]
>
Tue, 8 Dec 2015 14:39:24 +0000
(15:39 +0100)
committer
Michal Simek
<
[email protected]
>
Wed, 27 Jan 2016 14:55:49 +0000
(15:55 +0100)
Doing the same fix as is done for ARM by:
"Avoid calling print_eths() with driver model"
(sha1:
ff97380015b6b5d7d6267417a1cd6fc0e67b81bc
)
Signed-off-by: Michal Simek <
[email protected]
>
Acked-by: Joe Hershberger <
[email protected]
>
cmd/bdinfo.c
patch
|
blob
|
history
diff --git
a/cmd/bdinfo.c
b/cmd/bdinfo.c
index deed6d825558e561f90a62d0859cc8fefd21aa31..8eda68b4f9972e1be0bb46f1c69f76be893402d6 100644
(file)
--- a/
cmd/bdinfo.c
+++ b/
cmd/bdinfo.c
@@
-205,7
+205,7
@@
int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
print_num("sram start ", (ulong)bd->bi_sramstart);
print_num("sram size ", (ulong)bd->bi_sramsize);
#endif
-#if defined(CONFIG_CMD_NET)
+#if defined(CONFIG_CMD_NET)
&& !defined(CONFIG_DM_ETH)
print_eths();
#endif
printf("baudrate = %u bps\n", gd->baudrate);